chore: update webapp to repo-review 1.2.0#806
Merged
Conversation
Bump the embedded repo-review-webapp anywidget and the repo-review dep to 1.2.0. The 1.2.0 webapp now runs Pyodide in a web worker, but this is internal to the bundle; the anywidget embed API (url_sync/deps, export path) is unchanged, so only version pins need updating. Assisted-by: ClaudeCode:claude-opus-4.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 AI text below 🤖
Updates the embedded repo-review webapp to 1.2.0.
Changes
In the
{anywidget}embed (docs/pages/guides/repo_review.md):repo-review-webapp@1.1.3→@1.2.0repo-review~=1.1.0→~=1.2.0Notes
The headline 1.2.0 webapp change — running Pyodide in a web worker — is internal to the bundle (the worker is created from a Blob URL), so the anywidget embed API (
url_sync/depsoptions and therepo-review-anywidget.mjsexport path) is unchanged. Only version pins needed updating.The
sp_repo_reviewPython code only uses the plugin entry-point interface, so it's unaffected by theGHPathtraversal fix. The full test suite passes againstrepo-review==1.2.0(245 passed, 1 skipped).📚 Documentation preview 📚: https://scientific-python-cookie--806.org.readthedocs.build/